object LanguageDialog: TLanguageDialog Left = 245 Top = 108 BorderStyle = bsDialog Caption = 'Choose language...' ClientHeight = 275 ClientWidth = 407 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 5 Top = 8 Width = 398 Height = 217 Shape = bsFrame end object Label1: TLabel Left = 18 Top = 26 Width = 133 Height = 45 AutoSize = False Caption = 'Please select your language:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object Label2: TLabel Left = 18 Top = 77 Width = 84 Height = 28 AutoSize = False Caption = 'Your language is missing?' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Label3: TLabel Left = 18 Top = 112 Width = 137 Height = 44 AutoSize = False Caption = 'Please translate and many people will appreciate your help!' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Label4: TLabel Left = 22 Top = 194 Width = 155 Height = 13 Caption = 'Selected language translated by:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object LabelTranslator: TLabel Left = 192 Top = 194 Width = 201 Height = 27 AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object OKBtn: TButton Left = 107 Top = 237 Width = 82 Height = 27 Caption = 'OK' Default = True Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 end object CancelBtn: TButton Left = 211 Top = 237 Width = 81 Height = 27 Cancel = True Caption = 'Cancel' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 1 end object ListBox1: TListBox Left = 236 Top = 18 Width = 156 Height = 156 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 16 Items.Strings = ( 'Chinese (simplified)' 'Czech' 'Danish' 'Dutch' 'English' 'Estonian' 'French' 'German' 'Greek' 'Hungarian' 'Italian' 'Japanese' 'Norwegian' 'Polish' 'Portuguese' 'Romanian' 'Russian' 'Spanish' 'Swedish' 'Turkish') ParentFont = False TabOrder = 2 OnClick = ListBox1Click end object Button1: TButton Left = 19 Top = 161 Width = 49 Height = 19 Caption = 'new...' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = Button1Click end end